home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / etc / dbus-1 / system.d / com.ubuntu.ScreenResolution.Mechanism.conf < prev    next >
Extensible Markup Language  |  2009-10-08  |  759b  |  22 lines

  1. <?xml version="1.0" encoding="UTF-8"?> <!-- -*- XML -*- -->
  2.  
  3. <!-- Permissions for the configuration backend of screen-resolution-extra.  -->
  4.  
  5. <!DOCTYPE busconfig PUBLIC
  6.  "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
  7.  "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
  8. <busconfig>
  9.   <!--
  10.     The root user must be able to own this service. Don't forget to update
  11.     /usr/share/dbus-1/system-services/com.ubuntu.ScreenResolution.Mechanism.service
  12.     when you believe, that some other user should own this service.
  13.     -->
  14.   <policy user="root">
  15.     <allow own="com.ubuntu.ScreenResolution.Mechanism"/>
  16.   </policy>
  17.  
  18.   <policy context="default">
  19.     <allow send_destination="com.ubuntu.ScreenResolution.Mechanism"/>
  20.   </policy>
  21. </busconfig>
  22.